projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7acd29
)
entry: Set use-underline in popover GtkToolButtons
author
Carlos Garnacho
<carlosg@gnome.org>
Mon, 23 Dec 2013 17:45:01 +0000
(18:45 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Wed, 22 Jan 2014 16:10:05 +0000
(17:10 +0100)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index b87bc06742135d31db482e913005d123926bc963..2f933c600a14d0069f3703822d93fab48fe49b8e 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-9372,6
+9372,7
@@
append_bubble_action (GtkEntry *entry,
gboolean sensitive)
{
GtkToolItem *item = gtk_tool_button_new (NULL, label);
+ gtk_tool_button_set_use_underline (GTK_TOOL_BUTTON (item), TRUE);
g_object_set_data (G_OBJECT (item), I_("gtk-signal"), (char *)signal);
g_signal_connect (item, "clicked", G_CALLBACK (activate_bubble_cb), entry);
gtk_widget_set_sensitive (GTK_WIDGET (item), sensitive);